home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / init / control-alt-delete.conf < prev    next >
Text File  |  2009-10-15  |  356b  |  13 lines

  1. # control-alt-delete - emergency keypress handling
  2. #
  3. # This task is run whenever the Control-Alt-Delete key combination is
  4. # pressed, and performs a safe reboot of the machine.
  5.  
  6. description    "emergency keypress handling"
  7. author        "Scott James Remnant <scott@netsplit.com>"
  8.  
  9. start on control-alt-delete
  10.  
  11. task
  12. exec shutdown -r now "Control-Alt-Delete pressed"
  13.